:root {
    --primary-light: #558b2f;
    --primary-dark: #234d12;
    --table-header: #4e613d;
    --nev-fontcolor: rgba(255, 255, 255, 0.9);
    --table-headerfont:white;
    --nev-hover: rgba(255, 255, 255, 0.1);
    --nev-active: rgba(255, 255, 255, 0.1);
    --btn-background: #558b2f;
    --btn-font: #fff;
    --btn-backgroundhover: #558b2f;
    --btn-fonthover: #fff;
    --shortcut-menu: #366217;
    --body-background: #f4f8fb;
    --title-background: #558b2f0a;

}
